DOCUMENTATION
import SigDescription from "./sig-descriptionx"; import WalletOptions from "../../reference/common/wallet-optionsx"; import RpcOptions from "../../reference/common/rpc-optionsx"; import EtherscanOptions from "../../reference/common/etherscan-optionsx"; import CommonOptions from "./common-optionsx";
cast access-list
NAME
cast-access-list - Create an access list for a transaction.
SYNOPSIS
cast access-list
[options] to sig [args...]
DESCRIPTION
Create an access list for a transaction.
The destination (to) can be an ENS name or an address.
<SigDescription />OPTIONS
Query Options
-B
block
--block
block
The block height you want to query at.
Can be a block number, or any of the tags: earliest
, finalized
, safe
, latest
or pending
.