메세지 서명
1. Request.signMessage
이름
타입
설명
이름
타입
설명
import { Request } from "favorlet.js";
const response = await Request.signMessage({
chainId: 8217, // 해당 체인 id
appName: "BlockChainApp", // FAVORLET 앱에 노출
from: "0x{address in hex}", // 서명할 지갑 주소
message: "서명할 메세지", // 서명할 메세지
});
console.log(response);
/*
{
requestId: "c8393195-b49d-4586-b3fd-0e1a1e94f189",
expiredAt: 1667891117,
}
*/2. createDeepLink
타입
설명
타입
설명
3. receipt
Last updated